home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Sound / Normalize / NEWS next >
Text File  |  2002-10-27  |  5KB  |  168 lines

  1.                                -*- text -*-
  2. Please send Normalize bug reports to cvaill@cs.columbia.edu.
  3.  
  4.  
  5. Version 0.7.6
  6.  
  7. * Fixed off-by-one bug causing any ID3 tag greater than 256 bytes in
  8.   size to come out corrupt.
  9. * Several updates and fixes for the normalize-mp3 script, including
  10.   FLAC support.
  11.  
  12.  
  13. Version 0.7.5
  14.  
  15. * Fixed command-line parsing bugs in normalize-mp3 script
  16. * Fixed problem with reading mp3s with bad CRCs.
  17. * Fixed cosmetic bug in displaying negative decibel gains
  18. * Recognize .mp2 files
  19. * Updated translations
  20.  
  21.  
  22. Version 0.7.4
  23.  
  24. * Fixed several bugs in ID3 code that were causing bus errors on
  25.   ID3v2.2 tags on non-intel architectures.
  26. * Fixed bug in ID3 version converting routines causing seg faults
  27. * Fixed ID3 version converting bug causing incorrect conversion for
  28.   some frames
  29.  
  30.  
  31. Version 0.7.3
  32.  
  33. * Fixed bug causing segmentation faults on certain unusual mp3 files
  34. * Fixed bug causing false FAIL messages on "make check"
  35. * Fixed bug in frontend message code
  36. * Upgraded to latest GNU autotools
  37.  
  38.  
  39. Version 0.7.2
  40.  
  41. * Fixed a bug that was causing "normalize -bn" to display the wrong
  42.   volume adjustment on the last line.  The bug was cosmetic, i.e. the
  43.   correct adjustment was applied if -n was not specified.
  44. * Fixes to normalize-mp3 script for compatibility with older perl
  45.   versions.
  46.  
  47.  
  48. Version 0.7.1
  49.  
  50. * Overhauled normalize-mp3 script.  Now written in perl, supports
  51.   batch and mix mode, and doesn't choke on some filenames anymore.
  52.   Note that the -b option has changed: you must use --bitrate now.
  53. * Running "normalize -g 0dB X.mp3" now removes the volume adjust info
  54. * Added experimental --frontend option
  55. * Fixed bug in gain display with -mn specified
  56. * Fixed bug in WAV writing code causing problems with oggenc
  57. * Fixed non-POSIX badness causing BSD compile problems
  58. * Fixes for OS/2
  59. * Updated to gettext 0.11
  60. * Various autoconf updates
  61.  
  62.  
  63. Version 0.7
  64.  
  65. * Added optional mad library support, for reading MP3 files
  66. * Added optional audiofile library support, for reading various audio
  67.   formats
  68. * Added support for ID3 tags, to set relative volume adjustment
  69.   information in MP3 files
  70. * Added xmms plugin to use ID3 tag information
  71. * Added -w option to force output sample width
  72. * Added --no-progress and --query options for frontends
  73.  
  74.  
  75. Version 0.6.1
  76.  
  77. * Overhauled normalize-mp3 script.  It now works on ogg vorbis files,
  78.   and preserves ID3 or ogg tags over the re-encode process.
  79. * Added normalize-ogg as link to normalize-mp3
  80. * Fixed build problems on freebsd and cygwin
  81.  
  82.  
  83. Version 0.6
  84.  
  85. * Improved limiter (no more clipping!).  Adjustment with limiting is
  86.   much more accurate.  Limiting is on by default now, so the -c option
  87.   is deprecated, and the --clipping option has been added to turn
  88.   limiting off.
  89. * Added -l option to control limiter.
  90. * Added -T option to set "don't bother adjusting" threshold
  91. * Fixed bug giving spurious error message on amiga
  92. * Fixed bug in printing output when reading from stdin
  93. * Added -n and -T options to normalize-mp3 script
  94. * Fixed bug in normalize-mp3 script with certain filenames
  95. * Made all opens binary for compatibility with cygwin
  96. * Minor speedup fix
  97. * Code cleanups
  98. * Config fixes for compatibility with new versions of automake & autoconf
  99.  
  100.  
  101. Version 0.5.2
  102.  
  103. * Fixed bug with -c option.  It was not turning compression on.
  104. * Fixed bug in dealing with corrupt files.
  105.  
  106.  
  107. Version 0.5.1
  108.  
  109. * All gain values in dB, all amplitudes in dBFS (option `--fractions'
  110.   added to get gains and amplitudes as fractions of 1.0 instead)
  111. * Added -c option to turn on compression
  112. * No longer do compression if we don't need to
  113. * The -n option now prints out peak values and gains
  114. * Keep track of clippings, even when using lookup table
  115. * Fixed bugs with 24 and 32 bit WAV files
  116. * Other minor bugfixes
  117.  
  118.  
  119. Version 0.5
  120.  
  121. * Added dynamic range compression instead of clipping
  122. * Added --peak option to normalize by peak instead of RMS
  123. * The -a option now also accepts values in decibels less than full
  124.   scale (dBFS)
  125. * Speed improvement
  126. * normalize-mp3 script now skips files that are already normalized
  127. * Other minor bugfixes and cleanups
  128.  
  129.  
  130. Version 0.4.1
  131.  
  132. * Bug fixed: decibel gains supplied to -g option were doubled in v0.4.
  133. * Bug fixed: report of needed adjustment in dB was halved in v0.4 (it
  134.   was consistent with -g option bug).  Adjustments calculated by v0.4
  135.   should not be used with any other version.
  136.  
  137.  
  138. Version 0.4
  139.  
  140. * Added ability to compute volume of data from standard input
  141. * Adjustments now measured in decibels
  142. * Already-normalized files are now skipped
  143. * Files are adjusted in place, no longer use temporary files
  144. * Minor bugfixes
  145. * Various code cleanups
  146.  
  147.  
  148. Version 0.3.4
  149.  
  150. * Bug fixed in handling files less than one second long
  151. * Added normalize-mp3 script
  152. * Various code cleanups
  153.  
  154.  
  155. Version 0.3.3
  156.  
  157. * Bug fixed in statistical volume analysis for mix mode.
  158.  
  159.  
  160. Version 0.3.2
  161.  
  162. * Fix for bug with long filenames.
  163.  
  164.  
  165. Version 0.3.1
  166.  
  167. * Initial public release.
  168.